dbi_del

Wrapper for mdb_del @retval true if the key/value pair was removed @retval false if the key wasn't found @see http://symas.com/mdb/doc/group__mdb.html#gab8182f9360ea69ac0afd4a4eaab1ddb0

static
bool
dbi_del
(
MDB_txn* txn
,
MDB_dbi dbi
,
MDB_val* key
,
MDB_val* data = null
)

Meta